home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TSEARCHARCHIVE / TSEARCHARCHIVE.txt
Text File  |  2007-09-27  |  3KB  |  160 lines

  1. object SearchArchive: TSearchArchive
  2.   Left = 260
  3.   Top = 352
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Szukanie'
  7.   ClientHeight = 194
  8.   ClientWidth = 400
  9.   Color = 15724527
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 8
  22.     Top = 4
  23.     Width = 385
  24.     Height = 184
  25.     TabOrder = 0
  26.     object Label2: TLabel
  27.       Left = 8
  28.       Top = 42
  29.       Width = 60
  30.       Height = 13
  31.       Caption = 'Wyszukaj:'
  32.     end
  33.     object Label1: TLabel
  34.       Left = 8
  35.       Top = 14
  36.       Width = 73
  37.       Height = 13
  38.       Caption = 'Wyszukaj w:'
  39.     end
  40.     object Bevel1: TBevel
  41.       Left = 8
  42.       Top = 66
  43.       Width = 369
  44.       Height = 1
  45.       Shape = bsTopLine
  46.     end
  47.     object Bevel2: TBevel
  48.       Left = 8
  49.       Top = 130
  50.       Width = 369
  51.       Height = 1
  52.       Shape = bsTopLine
  53.     end
  54.     object Label3: TLabel
  55.       Left = 8
  56.       Top = 78
  57.       Width = 92
  58.       Height = 13
  59.       Caption = 'Przedzia'#322' czasu:'
  60.     end
  61.     object Label4: TLabel
  62.       Left = 92
  63.       Top = 107
  64.       Width = 21
  65.       Height = 13
  66.       Caption = 'Od:'
  67.     end
  68.     object Label5: TLabel
  69.       Left = 240
  70.       Top = 107
  71.       Width = 21
  72.       Height = 13
  73.       Caption = 'Do:'
  74.     end
  75.     object Edit1: TEdit
  76.       Left = 136
  77.       Top = 38
  78.       Width = 241
  79.       Height = 21
  80.       TabOrder = 0
  81.       OnKeyPress = Edit1KeyPress
  82.     end
  83.     object CheckBox1: TCheckBox
  84.       Left = 8
  85.       Top = 136
  86.       Width = 313
  87.       Height = 17
  88.       Caption = 'Uwzgl'#281'dnij wielko'#347#263' liter'
  89.       TabOrder = 1
  90.     end
  91.     object Button1: TButton
  92.       Left = 224
  93.       Top = 152
  94.       Width = 75
  95.       Height = 25
  96.       Caption = 'Szukaj'
  97.       TabOrder = 2
  98.       OnClick = Button1Click
  99.     end
  100.     object Button2: TButton
  101.       Left = 302
  102.       Top = 152
  103.       Width = 75
  104.       Height = 25
  105.       Caption = 'Anuluj'
  106.       TabOrder = 3
  107.       OnClick = Button2Click
  108.     end
  109.     object ComboBox1: TComboBox
  110.       Left = 136
  111.       Top = 11
  112.       Width = 241
  113.       Height = 21
  114.       Style = csDropDownList
  115.       ItemHeight = 13
  116.       TabOrder = 4
  117.     end
  118.     object ComboBox2: TComboBox
  119.       Left = 136
  120.       Top = 75
  121.       Width = 241
  122.       Height = 21
  123.       Style = csDropDownList
  124.       ItemHeight = 13
  125.       TabOrder = 5
  126.       OnChange = ComboBox2Change
  127.     end
  128.     object DateTimePicker1: TDateTimePicker
  129.       Left = 136
  130.       Top = 104
  131.       Width = 92
  132.       Height = 21
  133.       CalAlignment = dtaLeft
  134.       Date = 38263.627383506900000000
  135.       Time = 38263.627383506900000000
  136.       DateFormat = dfShort
  137.       DateMode = dmComboBox
  138.       Enabled = False
  139.       Kind = dtkDate
  140.       ParseInput = False
  141.       TabOrder = 6
  142.     end
  143.     object DateTimePicker2: TDateTimePicker
  144.       Left = 285
  145.       Top = 104
  146.       Width = 92
  147.       Height = 21
  148.       CalAlignment = dtaLeft
  149.       Date = 38263.627383506900000000
  150.       Time = 38263.627383506900000000
  151.       DateFormat = dfShort
  152.       DateMode = dmComboBox
  153.       Enabled = False
  154.       Kind = dtkDate
  155.       ParseInput = False
  156.       TabOrder = 7
  157.     end
  158.   end
  159. end
  160.